home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -seriously_amiga- / shareware / gfxcard / cgxprefs / install.bat < prev    next >
DOS Batch File  |  1997-11-17  |  692b  |  33 lines

  1. ;
  2. ; Execute-Script to install CGXPrefs
  3. ; by T.Igracki@Jana.in-brb.de
  4. ;
  5. ; In future there should be an installer-script but for now this
  6. ; should be enough;-)
  7.  
  8. IF EXISTS C:RequestChoice
  9.    IF 0 EQ `c:RequestChoice "CGXPrefs" "Would you like to install CGXPrefs?" "Yes" "No"`
  10.       Echo "Ok, you don't have to if you don't like to, but it would be wiser!"
  11.       QUIT
  12.    ENDIF
  13. ENDIF
  14.  
  15. ; start installation
  16.  
  17. FailAt 21
  18.  
  19. SET ECHO ON  ; enable echo of commands
  20.  
  21. c:Copy CGXPrefs SYS:Prefs/
  22.  
  23. IF EXISTS Locale:catalogs/deutsch
  24.    c:Copy catalogs/deutsch/CGXPrefs.catalog Locale:catalogs/deutsch/
  25. ENDIF
  26.  
  27. c:Copy s/CGXEnv.txt s:
  28. c:Copy s/CGXToolTypes.txt s:
  29.  
  30. Run SYS:Prefs/CGXPrefs
  31. tools/VPI Product-Info
  32.  
  33.